× Lesson 1 Lesson 2 Lesson 3 Lesson 4 Lesson 5 Lesson 6 Lesson 7 Lesson 8 Lesson 9 Lesson 10 Lesson 11 Lesson 12 Lesson 13 Lesson 14 Lesson 15 Lesson 16

All lessons

Lesson 2 - Hello, World

Click here to learn how to create your first project, with the name "Hello, World!", and once you have finished creating a project let's meet back up and we can begin programming!

It is customary to start learning programming or a new language by first outputting Hello, World!. To output Hello, World! in Python is by print('Hello, World!') and press the green play button at the top right corner!

You can mess around with outputting whatever you like, such as your name or whatever else you would like, just make sure to keep it between the quotes!